Dynamedia DynaWav-Avi ActiveX DocHelp V1.20
General Information
Overview
Properties
Methods
Events
Web Site
Contact Us
DynaWav-Avi PROPERTIES

IMPORTANT NOTE:
All these properties are available for WAVE and AVI files.

Wav_Filename As String
Wave or Avi filename (example: c:\media\sound.wav)

Wav_DeviceType As String
Indicate the type of file: waveaudio or digitalvideo

Wav_DeviceId As Integer
Device Identifier

Wav_Length As Double
File Length in Milliseconds

Wav_LengthHMS As Double
File Length in Hours:minutes:secondes:milliseconds

Wav_Frequence As Long
Quality Frequency (Example: 44100 Hz, 22050 Hz, ...)
Only available for Wave File


Wav_BytePerSec As Long
Byte per seconds is the wave stream
Only available for Wave File

Wav_BitPerSample As Integer
Bit Quality (Example: 16 bits, 8 bits)
Only available for Wave File


Wav_Channels As Integer
Number of channels: 2=Stereo or 1=Mono
Only available for Wave File

Wav_SuppVolume As Boolean
Indicate if your sound card support Hardware Volume Change.
If this propertie is set to TRUE, then you can use the Fading and Volume Methods

Wav_State As String
Current State, possible values are:
playing
stopped
paused
seeking
close


Wav_LastState As String
Indicate the previous state.

Wav_Position As Double
Current position in milliseconds in Wave or Avi.

Wav_PositionLeft As Double
Position Left in milliseconds in Wave or Avi.

Wav_PositionHMS As Double
Current position in Hours:minutes:seconds:milliseconds in Wave or Avi.

Wav_PositionLeftHMS As Double
Position Left in Hours:minutes:seconds:milliseconds in Wave or Avi.

Volume_Value As Long
Current Volume value.
If Wav_SuppVolume is false, then Volume_Value is set to 0.
Volume value can be 0 to 65535


Video_HwndHandle As Integer
Here you specify the Window Object handle to display the video.
Set it to 0 if you want to display in a client window

Video_HwndPosx As Integer
If your Video_HwndHandle is specify then you can set horizontal position to put your video in pixel

Video_HwndPosy As Integer
If your Video_HwndHandle is specify then you can set vertical position to put your video in pixel

Video_HwndWidth As Integer
If your Video_HwndHandle is specify then you can specify the video width in pixel

Video_HwndHeight As Integer
If your Video_HwndHandle is specify then you can specify the video height in pixel

User_Name As String
Enter your name, before DynaWav_Init, only in the REGISTERED VERSION.

User_Password as double
Enter your password, before DynaWav_Init, only in the REGISTERED VERSION.